home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / hMailServer / hMailServer-4.1-Build-136.exe / {app} / PHPWebAdmin / theme / default / settings_smtp_antivirus.tpl < prev    next >
Text File  |  2005-07-17  |  2KB  |  45 lines

  1. <br/>
  2. <h1>{translate}settings_smtp_antivirus{/translate}</h1>
  3.  
  4. <form action="index.php" method="post" onSubmit="return formCheck(this);">
  5.     <input type="hidden" name="page" value="settings_smtp_antivirus">
  6.     <input type="hidden" name="function" value="dosave">
  7.     
  8.     <table border="0" cellpadding="5" cellspacing="2" width="100%" id="settingstable">
  9.     <tr>
  10.         <td width="30%">{translate}use_clamwin{/translate}</td>
  11.         <td width="70%"><input style="border: 0px;" type="checkbox" name="ClamWinEnabled" value="1" {if $antivirus->ClamWinEnabled}checked{/if}></td>
  12.     </tr>
  13.     <tr>
  14.         <td>{translate}clamwinexecutable{/translate}</td>
  15.         <td><input type="text" name="ClamWinExecutable" size="55" value="{$antivirus->ClamWinExecutable}"></td>
  16.     </tr>
  17.     <tr>
  18.         <td>{translate}clamwindbfolder{/translate}</td>
  19.         <td><input type="text" name="ClamWinDBFolder" size="55" value="{$antivirus->ClamWinDBFolder}"></td>
  20.     </tr>
  21.     <tr>
  22.         <td>{translate}delete_email{/translate}</td>
  23.         <td><input type="radio" style="border: 0px;" name="Action" value="0" {if $antivirus->Action == 0}checked{/if}></td>
  24.     </tr>
  25.     <tr>
  26.         <td>{translate}notify_sender{/translate}</td>
  27.         <td><input type="checkbox" style="border: 0px;" name="NotifySender" value="1" {if $antivirus->NotifySender}checked{/if}></td>
  28.     </tr>
  29.     <tr>
  30.         <td>{translate}notify_receiver{/translate}</td>
  31.         <td><input type="checkbox" style="border: 0px;" name="NotifyReceiver" value="1" {if $antivirus->NotifyReceiver}checked{/if}></td>
  32.     </tr>
  33.     <tr>
  34.         <td>{translate}delete_attachment{/translate}</td>
  35.         <td><input type="radio" style="border: 0px;" name="Action" value="1" {if $antivirus->Action == 1}checked{/if}></td>
  36.     </tr>
  37.     <tr>
  38.         <td colspan="2" class="footerline"> </td>
  39.     </tr>
  40.     <tr>
  41.         <td colspan="2" align="right"><input type="submit" value="{translate}save{/translate}"></td>
  42.     </tr>
  43. </table>
  44. </form>
  45.